home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / ELECTRON / PCB_DESI / 1540.ZIP / PCBCA110.ZIP / README.PS < prev    next >
Text File  |  1989-06-17  |  1KB  |  31 lines

  1. PCBPSPLT is a filter to read the output from PCBPRINT (microsoft!randyn's
  2.     printed circuit board router) and generate PostScript for an apple
  3.     laserwriter from that.
  4.  
  5. PCBPSPLT takes no arguments. To use it, just redirect the output files (one at
  6.     a time) from PCBPRINT into PCBPSPLT, and pipe stdout to a PostScript
  7.     printer.
  8.  
  9. PCBPSPLT operates as follows:
  10.     1. if a file named "PCBPSPLT.PRO" exists in your current directory,
  11.         that file is prepended.
  12.     2. The input lines are translated into PostScript format. A crude
  13.         attempt is made to center the drawing on the page, based on
  14.         the DIMENSION information.
  15.     3. If a file named "PCBPSPLT.EPI" exists in your current directory,
  16.         that file is appended.
  17.  
  18. Normally, PCBPSPLT.PRO contains any necessary setup information that you might
  19.     need. For example, our UNIX printer spooler needs "%!\n" as the first
  20.     line in the file to decide that the file contains PostScript and not
  21.     just ascii text. It could be used to adjust scaling, rotation, and
  22.     other transformations as well.
  23.  
  24. Normally, PCBPSPLT.EPI just does a showpage, but it could also add titles,
  25.     etc.
  26.  
  27. The source is fairly simple, and could easily be used to generate other
  28.     plotting formats.
  29.  
  30. Happy plotting! Dave Schmidt, WB7RDI (amc!daves)
  31.